home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / sysctl.conf < prev    next >
Text File  |  2006-04-25  |  1KB  |  53 lines

  1. # /etc/sysctl.conf
  2. #
  3. # For more information on how this file works, please see
  4. # the manpages sysctl(8) and sysctl.conf(5).
  5. #
  6. # In order for this file to work properly, you must first
  7. # enable 'Sysctl support' in the kernel.
  8. #
  9. # Look in /proc/sys/ for all the things you can setup.
  10. #
  11.  
  12. # Disables packet forwarding
  13. #net.ipv4.ip_forward = 0
  14. # Disables IP dynaddr
  15. #net.ipv4.ip_dynaddr = 0
  16. # Disable ECN
  17. #net.ipv4.tcp_ecn = 0
  18. # Enables source route verification
  19. net.ipv4.conf.default.rp_filter = 1
  20. # Enable reverse path
  21. net.ipv4.conf.all.rp_filter = 1
  22.  
  23. # Enable SYN cookies (yum!)
  24. # http://cr.yp.to/syncookies.html
  25. #net.ipv4.tcp_syncookies = 1
  26.  
  27. # Disable source route
  28. #net.ipv4.conf.all.accept_source_route = 0
  29. #net.ipv4.conf.default.accept_source_route = 0
  30.  
  31. # Disable redirects
  32. #net.ipv4.conf.all.accept_redirects = 0
  33. #net.ipv4.conf.default.accept_redirects = 0
  34.  
  35. # Disable secure redirects
  36. #net.ipv4.conf.all.secure_redirects = 0
  37. #net.ipv4.conf.default.secure_redirects = 0
  38.  
  39. # Ignore ICMP broadcasts
  40. #net.ipv4.icmp_echo_ignore_broadcasts = 1
  41.  
  42. # Disables the magic-sysrq key
  43. #kernel.sysrq = 0
  44. # When the kernel panics, automatically reboot in 3 seconds
  45. #kernel.panic = 3
  46. # Allow for more PIDs (cool factor!); may break some programs
  47. #kernel.pid_max = 999999
  48.  
  49. # TCP Port for lock manager
  50. #fs.nfs.nlm_tcpport = 0
  51. # UDP Port for lock manager
  52. #fs.nfs.nlm_udpport = 0
  53.